Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NVFlowBlockContainer<T> Class / lKMC Method


In This Topic
    lKMC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub lKMC( _
       ByVal MKMC As NBlock, _
       ByVal nKMC As NBlock _
    ) 
    'Usage
     
    
    Dim instance As NVFlowBlockContainer(Of T)
    Dim MKMC As NBlock
    Dim nKMC As NBlock
     
    instance.lKMC(MKMC, nKMC)
    internal void lKMC( 
       NBlock MKMC,
       NBlock nKMC
    )

    Parameters

    MKMC
    nKMC
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also